bar;
}
]]>
_bar;
}
]]>
private $bar;
}
]]>
var $bar;
}
]]>
$bar, $baz;
}
]]>
static $bar;
private $baz;
}
]]>
static protected $bar;
}
]]>